home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global groomQTlist
- if groomQTlist = 0 then
- nothing()
- else
- if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
- set the castNum of sprite 13 to member "left1"
- set the visible of sprite 24 to 0
- set the visible of sprite 23 to 1
- set the visible of sprite 22 to 0
- updateStage()
- set the movieRate of sprite 23 to 1
- roomQT(-1)
- end if
- end if
- end
-
- on mouseUp
- set the castNum of sprite 13 to member "left2"
- end
-